go/types.typeWriter.byte (method)
33 uses
go/types (current package)
typestring.go#L94: func (w *typeWriter) byte(b byte) {
typestring.go#L143: w.byte('[')
typestring.go#L145: w.byte(']')
typestring.go#L156: w.byte(';')
typestring.go#L163: w.byte(' ')
typestring.go#L167: w.byte(' ')
typestring.go#L174: w.byte('}')
typestring.go#L177: w.byte('*')
typestring.go#L196: w.byte('|')
typestring.go#L199: w.byte('~')
typestring.go#L234: w.byte(';')
typestring.go#L242: w.byte(';')
typestring.go#L248: w.byte('}')
typestring.go#L253: w.byte(']')
typestring.go#L275: w.byte('(')
typestring.go#L279: w.byte(')')
typestring.go#L327: w.byte(';')
typestring.go#L351: w.byte(';')
typestring.go#L358: w.byte('[')
typestring.go#L361: w.byte(',')
typestring.go#L365: w.byte(']')
typestring.go#L369: w.byte('[')
typestring.go#L382: w.byte(' ')
typestring.go#L385: w.byte(',')
typestring.go#L391: w.byte(' ')
typestring.go#L394: w.byte(']')
typestring.go#L405: w.byte('(')
typestring.go#L409: w.byte(',')
typestring.go#L414: w.byte(' ')
typestring.go#L436: w.byte(')')
typestring.go#L459: w.byte(' ')
unify.go#L110: w.byte('[')
unify.go#L119: w.byte(']')
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)